home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / Ad2c / Imakefile < prev    next >
Encoding:
Makefile  |  1996-07-07  |  519 b   |  25 lines  |  [TEXT/R*ch]

  1. #
  2. #    Imakefile for ad2c - Convert X resources to C decls
  3. #
  4. #    George Ferguson, ferguson@cs.rochester.edu, 19 Mar 1991.
  5. #
  6.  
  7. # Where do you want this (if the default isn't okay)?
  8. #BINDIR = bin
  9. #MANDIR = man/man1
  10. # Default suffix is "1", change if you change MANDIR I guess
  11. ##undef ManSuffix
  12. ##define ManSuffix l
  13.  
  14. # Why is this not the default?
  15. INSTPGMFLAGS = -m 0755
  16.  
  17. AllTarget(ad2c)
  18. depend:
  19.     @echo 'no need to depend for ad2c'
  20. ad2c:
  21.     @echo 'ad2c is up to date'
  22.  
  23. InstallScript(ad2c,$(BINDIR))
  24. InstallManPage(ad2c,$(MANDIR))
  25.